home *** CD-ROM | disk | FTP | other *** search
- inherited ToolNoiseForm: TToolNoiseForm
- Left = 313
- Top = 265
- Height = 130
- Caption = 'ToolNoiseForm'
- PixelsPerInch = 96
- TextHeight = 13
- inherited ToolBarPanel: TPanel
- Height = 32
- HelpType = htKeyword
- HelpKeyword = 'noise.htm'
- object Brush: TLabel
- Left = 4
- Top = 6
- Width = 35
- Height = 13
- Caption = 'Brush:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Level: TLabel
- Left = 152
- Top = 6
- Width = 66
- Height = 13
- Caption = 'Noise Level:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object BrushWidth: TConvertEdit
- Left = 41
- Top = 0
- Width = 104
- Height = 28
- Value = 1
- Min = 1
- Max = 10000
- FirstUnitName = 'grid units'
- FirstUnitAbbr = 'g'
- SecondUnitName = 'metres'
- SecondUnitAbbr = 'm'
- ShowSpinButtons = True
- ShowValuePanel = True
- NominalMax = 100
- NominalMin = 1
- IntegerMode = True
- DropDownImage = HeightMapEditorForm.BrushToolbarImage
- Increment = 1
- OnChange = BrushWidthChange
- TabOrder = 0
- end
- object LevelHeight: TConvertEdit
- Left = 221
- Top = 0
- Width = 108
- Height = 28
- Hint =
- 'Specifies the amount the noise affects the heightmap under the b' +
- 'rush'
- Value = 1
- Min = 1
- Max = 10000
- FirstUnitName = 'height units'
- FirstUnitAbbr = 'h'
- SecondUnitName = 'metres'
- SecondUnitAbbr = 'm'
- ShowSpinButtons = True
- ShowValuePanel = True
- NominalMax = 100
- NominalMin = 1
- IntegerMode = True
- Increment = 1
- OnChange = LevelHeightChange
- TabOrder = 1
- end
- end
- inherited RegistryFormSaver: TRegistryFormSaver
- Left = 320
- Top = 8
- end
- end
-